home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Everything For A Hacker
/
19990506-[HACK].iso
/
REGISTRY
/
RegFix 0.90
/
RegF.exe
/
0
/
RCDATA
/
TFINDFORM
/
TFINDFORM.txt
Wrap
Text File
|
1999-02-23
|
3KB
|
159 lines
object FindForm: TFindForm
Left = 326
Top = 135
Width = 307
Height = 305
Caption = 'Find'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 8
Width = 52
Height = 13
Caption = 'Find What:'
end
object OkBut: TButton
Left = 32
Top = 240
Width = 75
Height = 25
Caption = 'Find'
Default = True
Enabled = False
TabOrder = 2
OnClick = OkButClick
end
object CansBut: TButton
Left = 184
Top = 240
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
OnClick = CansButClick
end
object Panel1: TPanel
Left = 16
Top = 56
Width = 265
Height = 177
Alignment = taLeftJustify
TabOrder = 1
object GroupBox1: TGroupBox
Left = 8
Top = 80
Width = 121
Height = 89
Caption = 'Look at'
TabOrder = 1
object KeyCheck: TCheckBox
Left = 8
Top = 16
Width = 97
Height = 17
Caption = 'Keys'
Checked = True
State = cbChecked
TabOrder = 0
OnClick = KeyCheckClick
end
object ValueCheck: TCheckBox
Left = 8
Top = 40
Width = 97
Height = 17
Caption = 'Values'
TabOrder = 1
OnClick = ValueCheckClick
end
object DataCheck: TCheckBox
Left = 8
Top = 64
Width = 97
Height = 17
Caption = 'Data'
TabOrder = 2
OnClick = DataCheckClick
end
end
object GroupBox2: TGroupBox
Left = 56
Top = 8
Width = 153
Height = 65
Caption = 'Options'
TabOrder = 0
object StringWCheck: TCheckBox
Left = 24
Top = 40
Width = 113
Height = 17
Caption = 'Whole string only'
Checked = True
State = cbChecked
TabOrder = 1
OnClick = StringWCheckClick
end
object CaseCheck: TCheckBox
Left = 24
Top = 16
Width = 121
Height = 17
Caption = 'Case sensitive'
TabOrder = 0
OnClick = StringWCheckClick
end
end
object GroupBox3: TGroupBox
Left = 136
Top = 80
Width = 121
Height = 89
Caption = 'Scope'
TabOrder = 2
object CurPosRadBut: TRadioButton
Left = 16
Top = 24
Width = 97
Height = 17
Caption = 'Current key'
Checked = True
TabOrder = 0
TabStop = True
OnMouseDown = CurPosRadButMouseDown
end
object WholeRadBut: TRadioButton
Left = 16
Top = 56
Width = 97
Height = 17
Caption = 'Whole tree'
TabOrder = 1
TabStop = True
OnMouseDown = WholeRadButMouseDown
end
end
end
object FindStrComBox: TComboBox
Left = 16
Top = 24
Width = 265
Height = 21
ItemHeight = 13
TabOrder = 0
OnChange = FindStrComBoxChange
OnEnter = FindStrComBoxEnter
end
end